POST /DataCube/BuildStorage/{id}/

Starts processing the data cube into the data cube's storage option. This call will not wait for the processing to finish to return.
 

Request

Method Request URI
POST /API/DataCube/BuildStorage/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId Current session ID.

Path Parameters

Path Parameter Description
id The ID of the data cube to process.

Request Body

There is no Request Body for this function.

Response

Response Body

An System.Net.HttpStatusCode indicating success or a reason for failure.